Uses of Interface
mcmcSolver.mcmcFunction

Packages that use mcmcFunction
mcmcSolver Contains an implementation of the Laplace-type estimator/optimizer from Chernozhukov and Hong (2003). 
montecarlo Contains Main and its associated helper classes used to generate the Monte Carlo results in Bajari, Hong, and Ryan (2009). 
 

Uses of mcmcFunction in mcmcSolver
 

Constructors in mcmcSolver with parameters of type mcmcFunction
gibbsLTEGeneralizedQuiet(mcmcFunction function, int draws, int burnPeriod, double[] guess)
          Constructor for LTE class.
 

Uses of mcmcFunction in montecarlo
 

Classes in montecarlo that implement mcmcFunction
 class MonteCarloTask
          Task for evaluating a run of the estimator on a single set of fake data.